ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexChart<T> Class
Members

In This Topic
    FlexChart<T> Class
    In This Topic
    The FlexChart control provides a powerful and flexible way to visualize data.
    Object Model
    FlexChart<T> Class
    Syntax
    'Declaration
     
    Public Class FlexChart(Of T) 
       Inherits FlexChartCore(Of T)
       Implements IAnimatableITemplateMicrosoft.AspNetCore.Html.IHtmlContent 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.FlexChartBase<T>
                   C1.Web.Mvc.FlexChartCore<T>
                      C1.Web.Mvc.FlexChart<T>

    See Also